Selerix Developer Tools
Implicit Type Conversion(Byte[],BinaryDataType) Operator






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > BinaryDataType Class > Implicit Type Conversion Operator : Implicit Type Conversion(Byte[],BinaryDataType) Operator
The Binary Data to convert.
Performs an implicit conversion from BinaryDataType to System.Byte array.
Syntax
'Declaration
 
Overloads Public Operator Widening CType( _
   ByVal bdt As BinaryDataType _
) As Byte()
'Usage
 
public byte[] operator implicit( 
   BinaryDataType bdt
)
This operator type is not supported by Delphi
This operator type is not supported by JScript
public: byte[]* op_Implicit( 
   BinaryDataType* bdt
)
public:
operator array<byte>^ ( 
   BinaryDataType^ bdt
)

Parameters

bdt
The Binary Data to convert.

Return Value

The result of the conversion.
See Also

Reference

BinaryDataType Class
BinaryDataType Members
Overload List